Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix benchmarks mocks #22

Merged
merged 2 commits into from
Oct 13, 2024
Merged

Fix benchmarks mocks #22

merged 2 commits into from
Oct 13, 2024

Conversation

t-geindre
Copy link
Owner

No description provided.

@t-geindre t-geindre added the CI/Benchmarks Runs benchmarks on labelles PR label Oct 13, 2024
Copy link

github-actions bot commented Oct 13, 2024

Benchmarks

Benchstat master vs fix/benchmarks

Results
  goos: linux
goarch: amd64
cpu: AMD EPYC 7763 64-Core Processor                
                                                                          │ benchmarks-master.txt │            benchmarks-pr.txt            │
                                                                          │        sec/op         │    sec/op      vs base                  │
WorldUpdate/Update_simple_world_with_100K_entities-4                                   249.5µ ±  0%    882.8µ ±  0%   +253.87% (p=0.000 n=10)
WorldUpdate/Update_complex_world_with_100K_entities-4                                  249.8µ ±  0%   6353.2µ ±  1%  +2443.19% (p=0.000 n=10)
WorldUpdate/Update_dead_world_with_100K_entities-4                                     250.0µ ±  2%    250.3µ ±  0%          ~ (p=0.912 n=10)
WorldDraw/Draw_simple_world_with_100K_entities-4                                       880.7µ ±  0%    881.8µ ±  0%     +0.13% (p=0.043 n=10)
WorldDraw/Draw_complex_world_with_100K_entities-4                                      6.099m ±  0%    6.151m ±  0%     +0.86% (p=0.002 n=10)
WorldDraw/Draw_dead_world_with_100K_entities-4                                         1.448m ±  0%    1.448m ±  0%          ~ (p=0.971 n=10)
WorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4              175.2n ± 12%    172.7n ± 14%          ~ (p=0.579 n=10)
WorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4                178.5n ± 10%    178.4n ±  4%          ~ (p=1.000 n=10)
WorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4            1.795m ±  9%    1.783m ± 13%          ~ (p=1.000 n=10)
WorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4              1.813m ±  7%    1.807m ± 16%          ~ (p=0.796 n=10)
geomean                                                                                161.8µ          253.5µ          +56.62%

Benchmarks on fix/benchmarks

Results
  goos: linux
goarch: amd64
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    1356	    882925 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    1362	    898563 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    1358	    883236 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    1359	    881707 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    1356	    883384 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    1356	    882767 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    1330	    882512 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    1354	    881291 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    1360	    880269 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    1360	    884808 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	     188	   6300964 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	     188	   6319578 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	     187	   6374882 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	     188	   6360551 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	     187	   6352592 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	     182	   6387256 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	     188	   6381993 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	     188	   6347645 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	     187	   6353147 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	     188	   6353338 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4772	    251088 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4815	    252375 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4818	    250183 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4779	    250992 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4778	    250436 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4806	    250470 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4737	    250032 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4803	    249800 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4767	    249228 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4785	    249605 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1359	    881276 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1358	    882789 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1359	    882529 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1363	    881437 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1363	    882647 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1350	    882201 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1360	    885510 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1357	    880182 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1363	    879554 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1359	    881421 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     194	   6155413 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     195	   6157322 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     194	   6149328 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     195	   6155128 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     194	   6156840 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     194	   6143441 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     194	   6136973 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     194	   6142474 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     194	   6132919 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     195	   6153494 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     825	   1447648 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     828	   1448809 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     828	   1446629 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     817	   1447855 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     826	   1454115 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     828	   1446992 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     828	   1447580 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     824	   1448356 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     829	   1453309 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     828	   1448353 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	 8938008	       163.2 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	 9516357	       168.3 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	14003871	       196.7 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	 8897620	       160.4 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	 9167877	       154.7 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	 9072877	       183.6 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	14252294	       170.3 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	13458207	       196.2 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	14057302	       175.1 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	14329858	       204.0 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	14262820	       174.3 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	14087308	       177.6 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	14161202	       178.1 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	13463481	       178.8 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	14313625	       178.7 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	13627518	       200.8 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	 9063823	       174.6 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	13435747	       186.2 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	10344972	       182.5 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	14245898	       162.2 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1417	   1753098 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1347	   1823089 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	     919	   1566746 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1396	   1996484 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1418	   1785989 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	     873	   1779363 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1362	   2031388 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1356	   2018637 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1389	   1774555 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1054	   1469283 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1356	   2103470 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	     896	   1596586 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	     861	   1640343 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1364	   1943419 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1412	   1912169 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	     930	   1605535 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	     907	   1764062 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	     904	   1599148 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1356	   1850582 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1416	   2116077 ns/op
PASS
ok  	command-line-arguments	244.332s

Benchmarks on master

Results
  goos: linux
goarch: amd64
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    4510	    249458 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    4798	    249543 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    4824	    249241 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    4816	    256086 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    4815	    249295 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    4743	    249809 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    4814	    249355 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    4806	    249708 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    4815	    249507 ns/op
BenchmarkWorldUpdate/Update_simple_world_with_100K_entities-4         	    4784	    249387 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	    4814	    249559 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	    4815	    249991 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	    4802	    249886 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	    4778	    250731 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	    4809	    249897 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	    4791	    249371 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	    4827	    249672 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	    4789	    256594 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	    4818	    249742 ns/op
BenchmarkWorldUpdate/Update_complex_world_with_100K_entities-4        	    4795	    249674 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4803	    249195 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4795	    254663 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4791	    249644 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4806	    249664 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4771	    249789 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4812	    255986 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4828	    257701 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4767	    250128 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4803	    251572 ns/op
BenchmarkWorldUpdate/Update_dead_world_with_100K_entities-4           	    4821	    249943 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1344	    879431 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1351	    880850 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1365	    881871 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1363	    882440 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1359	    880963 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1364	    880461 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1363	    878864 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1358	    881486 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1369	    878288 ns/op
BenchmarkWorldDraw/Draw_simple_world_with_100K_entities-4             	    1326	    880034 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     196	   6084280 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     195	   6246001 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     196	   6097895 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     195	   6086858 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     195	   6113571 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     196	   6089658 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     195	   6106379 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     196	   6112115 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     195	   6095168 ns/op
BenchmarkWorldDraw/Draw_complex_world_with_100K_entities-4            	     195	   6099468 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     826	   1447354 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     828	   1449697 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     813	   1447788 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     830	   1447442 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     828	   1455253 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     828	   1451217 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     828	   1446339 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     816	   1448281 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     829	   1447183 ns/op
BenchmarkWorldDraw/Draw_dead_world_with_100K_entities-4               	     828	   1450242 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	 9228553	       152.9 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	 9374642	       154.6 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	14344303	       175.3 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	14059069	       175.0 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	14007724	       195.8 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	14280314	       172.8 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	14095352	       176.9 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	14222630	       175.9 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	 8645398	       158.2 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_immediate_flush-4         	13756018	       177.5 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	13907565	       180.0 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	 8452482	       161.1 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	14333290	       177.0 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	14004337	       186.1 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	14320796	       176.2 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	13790990	       197.5 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	13998501	       180.6 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	14288277	       196.3 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	14339227	       176.4 ns/op
BenchmarkWorldRemoveEntities/Remove_1_entity_in_simple_1M_world,_delayed_flush-4           	11074279	       167.1 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1417	   1748652 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1420	   1794311 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1414	   1724443 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1406	   2029432 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1351	   1830326 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1350	   1820898 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1424	   1795062 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1393	   1775437 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	     970	   1513468 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_immediate_flush-4       	    1422	   1959889 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1401	   1774317 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1425	   1972699 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1418	   1779376 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	     862	   1634798 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1418	   1779175 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1060	   1846401 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1417	   1732510 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	     916	   1896563 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1303	   1904908 ns/op
BenchmarkWorldRemoveEntities/Remove_10K_entity_in_simple_1M_world,_delayed_flush-4         	    1364	   1937036 ns/op
PASS
ok  	command-line-arguments	244.746s

@t-geindre t-geindre merged commit 5b716a5 into master Oct 13, 2024
6 checks passed
@t-geindre t-geindre deleted the fix/benchmarks branch October 13, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/Benchmarks Runs benchmarks on labelles PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant