- checkbox
- hmm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Result "net.onedaybeard.bitvector.BitVectorBenchmark.artemis_foreach_intbag": | |
| 289.513 ±(99.9%) 3.925 ops/ms [Average] | |
| (min, avg, max) = (288.385, 289.513, 291.137), stdev = 1.019 | |
| CI (99.9%): [285.588, 293.438] (assumes normal distribution) | |
| Secondary result "net.onedaybeard.bitvector.BitVectorBenchmark.artemis_foreach_intbag:·perf": | |
| Perf stats: | |
| -------------------------------------------------- | |
| 4253,782535 task-clock (msec) # 0,516 CPUs utilized |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Run complete. Total time: 00:05:29 | |
| Benchmark (fillRate) Mode Cnt Score Error Units | |
| BitVectorBenchmark.artemis_foreach_intbag .01 thrpt 5 6783.714 ± 37.221 ops/ms | |
| BitVectorBenchmark.artemis_foreach_intbag .05 thrpt 5 2565.076 ± 68.773 ops/ms | |
| BitVectorBenchmark.artemis_foreach_intbag .10 thrpt 5 1809.597 ± 408.815 ops/ms | |
| BitVectorBenchmark.artemis_foreach_intbag .20 thrpt 5 937.769 ± 10.426 ops/ms | |
| BitVectorBenchmark.artemis_foreach_intbag .40 thrpt 5 634.629 ± 7.420 ops/ms | |
| BitVectorBenchmark.artemis_foreach_intbag .50 thrpt 5 535.599 ± 11.867 ops/ms | |
| BitVectorBenchmark.artemis_foreach_intbag .60 thrpt 5 450.715 ± 3.111 ops/ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.artemis.generated; | |
| import com.artemis.ComponentMapper; | |
| import com.artemis.EntityTransmuter; | |
| import com.artemis.World; | |
| import com.artemis.annotations.AspectDescriptor; | |
| import com.artemis.component.CompA; | |
| import com.artemis.component.CompB; | |
| import com.artemis.component.CompC; | |
| import com.artemis.component.ComponentX; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @BenchmarkMode(Mode.Throughput) | |
| @OutputTimeUnit(TimeUnit.MILLISECONDS) | |
| @Warmup(iterations = 3, time = 1, timeUnit = SECONDS) | |
| @Measurement(iterations = 5, time = 1, timeUnit = SECONDS) | |
| @Fork(1) | |
| @Threads(1) | |
| @State(Scope.Thread) | |
| /* | |
| # Run complete. Total time: 00:04:08 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE module PUBLIC | |
| "-//Puppy Crawl//DTD Check Configuration 1.3//EN" | |
| "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> | |
| <module name="Checker"> | |
| <property name="severity" value="error"/> | |
| <property name="fileExtensions" value="java"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -type f -name '*.md' -print0 | xargs -0 sed -i 's/0\.12\.0/0.12.2/g' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>com.badlogicgames.gdx</groupId> | |
| <artifactId>gdx</artifactId> | |
| <version>1.7.0-feo</version> | |
| <packaging>jar</packaging> | |
| <name>libgdx-feomedia-patched</name> |