Run timing and new results
This commit is contained in:
@@ -0,0 +1 @@
|
||||
./multi_threaded_performance 65.70s user 0.02s system 1010% cpu 6.501 total
|
||||
@@ -4,6 +4,6 @@ int main() {
|
||||
// Just a dummy run
|
||||
Scheduler scheduler(12, "results", true);
|
||||
scheduler.setMasterSeed(2025);
|
||||
scheduler.addRun(100, 2.3, 100000, true, 100);
|
||||
scheduler.addRun(100, 2.3, 1000, true, 500);
|
||||
scheduler.start();
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
./single_threaded_performance 213.85s user 0.13s system 99% cpu 3:34.97 total
|
||||
Reference in New Issue
Block a user