Skip to content

stuarthalloway/simulant-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simulant-bootstrap

Simulant bootstrap project showcasing how to simulate traffic to a simple API

Consist of 2 projects;

  • site, simple CRUD site under test
  • sim, the simulant tester

Described in detail in this blog post.

Usage

See site/README.md and sim/README.md.

Beware, This Example Has Major Problems

If you use this example as inspiration, do not replicate the following problems:

  • Global connection state management in db.clj.
  • Choosing driver data randomly at sim time, not test time.
  • Recording sim-specific results on agents & actions, which breaks the separation between the test an sim layers.

License

Copyright © 2013 Martin Trojer

Distributed under the Eclipse Public License, the same as Clojure.

About

Simulant bootstrap project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%