All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ggp.base.apps.benchmark.AlloyPlayerTester Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
package org.ggp.base.apps.benchmark;

import java.util.Map;

public class AlloyPlayerTester {

    public static void main(String[] args) throws Exception {
        Map benchmarkScores = PlayerTester.getBenchmarkScores("localhost:9147");
        System.out.println("Benchmark scores for the player on port 9147 are: " + benchmarkScores);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy