Giter Club home page Giter Club logo

Comments (6)

mzheravin avatar mzheravin commented on May 20, 2024

Probably you are using java version above Java 8.

from exchange-core.

 avatar commented on May 20, 2024

My project SDK is Java 12.0.1, but my project language level is 8. Do I need to change my SDK to version 8 ?

Thank you.

from exchange-core.

 avatar commented on May 20, 2024

Downloaded SDK 8 and its fixed. May I ask why it doesn't work on later versions (above 8) ? Thank you.

from exchange-core.

ttuanho avatar ttuanho commented on May 20, 2024

Downloaded SDK 8 and its fixed. May I ask why it doesn't work on later versions (above 8) ? Thank you.

For example, processing annotations like Lombok doesn't support higher Java 8.

from exchange-core.

ttuanho avatar ttuanho commented on May 20, 2024

I'm trying to run some of the tests and I get the following error: "java: cannot access sun.misc.Unsafe"

Also, running "mvn -Dtest=PerfThroughput#throughputTest test" gives me the following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project exchange-core: No tests were executed!

The cmd should be mvn -Dtest=PerfThroughput test; the option test is commented out in the post.

from exchange-core.

ttuanho avatar ttuanho commented on May 20, 2024

@mzheravin

Can you fix the typos README.md for this?

My commits pushed would be a mess.

How to run performance tests

  • Latency test:
mvn -Dtest=PerfLatency test #testLatencyMargin test
  • Throughput test:
mvn -Dtest=PerfThroughput test #testThroughputMargin test
  • Hiccups test:
mvn -Dtest=PerfHiccups test #testHiccups test
  • Serialization test:
mvn -Dtest=PerfPersistence test #testPersistenceMargin test

Thanks.

from exchange-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.