apps/bbench - CPU, graphics, memory and disk benchmark for KolibriOS #561
Dismiss Review
Are you sure you want to dismiss this review?
Labels
Clear labels
Influence/Text/TYPO
AI
Eolite
FS
GSoC
Good First PR
HLL
HardwareTested
IRCC
Influence/Settings
Lang/C
Lang/FASM
Pay for the code
Subsystem/API
Subsystem/Audio
Subsystem/Graphics
Subsystem/IPC and events
Subsystem/Memory
Subsystem/Network
Subsystem/Services(daemon)
Subsystem/Taskmanager
Subsystem/VFS
Subsystem/Window
This issue or PR in the Google Source of Code program
The issue is suitable to beginners
Paid task
infinity service, audio drivers, midi, speacker, audio programs
vesa, vga, framebuffer, cursors, blitter, and video drivers
pipes, signals, events, shared memory
virt and phys memory allocators, malloc and other
userspace and kernel(for example: serial) services
process, threads, run apps, scheduler
drivers from filesystem, fs api, blkdev, programs that work with the file system
windows, skins, buttons, mouse and keyboard code for windows (not the base code)
Category
Applications
Category
Drivers
Category
General
Category
Kernel
Category
Libraries
Kind
Breaking
Breaking change that won't be backward compatible
Kind
Bug
Something is not working
Kind
Build
Kind
Documentation
Documentation changes
Kind
Enhancement
Improve existing functionality
Kind
Feature
New functionality
Kind
Security
This is security issue
Kind
Testing
Issue or pull request related to testing
PR
Ready to merge
Pull request is ready for merge
PR
Conflicts
PR conflicts with main
PR
Dependent
This PR is dependent on another PR
PR
Request changes
Changes requested in pull request
PR
Review required
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Medium
3
The priority is medium
Priority
Low
4
The priority is low
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#561
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
bbenchto IMG and System PanelMGBandFSPEEDfrom System Panel, move them from IMG to ISOInfrastructure:
This PR adds
bbenchto IMG image.Should we move existing benchmarks from IMG to ISO and replace them with
bbenchin System Panel?Blocker:
AbortRequested()handles the window-close button (id==1) with an immediateExitProcess(), bypassingDisk_Cleanup().Fix: call
Disk_Cleanup()beforeExitProcess()(or from an exit handler).Minor:
With "Seq Write" unticked but "Seq Read" ticked,
t_disk_readreads a missingbbtst.tmp→ score 0 (no crash). The Random tests self-create the file viaEnsureRandFile; the sequential ones don't. Give Seq Read the same guard.LANG_RUS/LANG_ENGdefine is dead.Tupfile.luapasses/D=$(C_LANG)but no source references it - no localization despite the build wiring. Please, consider adding localization to all system languages.disk_storeslots (24 B),base[48],pf[80],disk_menu[260]are filled viastrcpy/strcatfrom disk names with no length check. Safe for the short KolibriOS mount names, but still a risk of long name overflows.vram_fill_gswrites the fill pattern to absolute screen coords for ~1 s; anything overlapping BirdBench's rectangle (another always-on-top window, a popup) gets painted over.Cosmetic, but maybe worth fixing.
You decide. Not in the scope of current push.
I would leave them.
This is fine.
@Burer other are fixed
bbench - Bird Benchmark for KolibriOS. Benches CPU and Memory, Graphics and Diskto WIP: apps/bbench - CPU, graphics, memory and disk benchmark for KolibriOS13cc3fdd94to1175b4c906