Advertisement
Guest User

Untitled

a guest
Jun 17th, 2022
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. With the patch:
  2. root@adelaide:~/llvm-project# ./build/libcxx/benchmarks/unordered_set_operations.libcxx.out --benchmark_filter='BM_Rehash' --benchmark_min_time=3.0
  3. 2022-06-17T23:50:20+00:00
  4. Running ./build/libcxx/benchmarks/unordered_set_operations.libcxx.out
  5. Run on (4 X 2394.37 MHz CPU s)
  6. CPU Caches:
  7. L1 Data 32 KiB (x4)
  8. L1 Instruction 32 KiB (x4)
  9. L2 Unified 4096 KiB (x4)
  10. L3 Unified 16384 KiB (x2)
  11. Load Average: 0.94, 1.60, 0.91
  12. ----------------------------------------------------------------------------------
  13. Benchmark Time CPU Iterations
  14. ----------------------------------------------------------------------------------
  15. BM_Rehash/unordered_set_string_arg/1024 44848 ns 44846 ns 96172
  16.  
  17. On main:
  18. root@adelaide:~/llvm-project# ./build/libcxx/benchmarks/unordered_set_operations.libcxx.out --benchmark_filter='BM_Rehash' --benchmark_min_time=3.0
  19. 2022-06-17T23:56:19+00:00
  20. Running ./build/libcxx/benchmarks/unordered_set_operations.libcxx.out
  21. Run on (4 X 2394.37 MHz CPU s)
  22. CPU Caches:
  23. L1 Data 32 KiB (x4)
  24. L1 Instruction 32 KiB (x4)
  25. L2 Unified 4096 KiB (x4)
  26. L3 Unified 16384 KiB (x2)
  27. Load Average: 2.41, 2.44, 1.47
  28. ----------------------------------------------------------------------------------
  29. Benchmark Time CPU Iterations
  30. ----------------------------------------------------------------------------------
  31. BM_Rehash/unordered_set_string_arg/1024 55711 ns 55706 ns 74198
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement