{"id":22636151,"url":"https://github.com/47degrees/lambdatesttiming","last_synced_at":"2025-06-28T11:04:43.670Z","repository":{"id":144505764,"uuid":"77795914","full_name":"47degrees/LambdaTestTiming","owner":"47degrees","description":"Timing extension for LambdaTest","archived":false,"fork":false,"pushed_at":"2017-01-03T18:47:16.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":52,"default_branch":"master","last_synced_at":"2025-03-29T04:46:31.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/47degrees.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-01T20:46:48.000Z","updated_at":"2020-03-16T17:11:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"430e7611-6d2e-483f-939f-468c6c9748fb","html_url":"https://github.com/47degrees/LambdaTestTiming","commit_stats":null,"previous_names":["47deg/lambdatesttiming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/47degrees/LambdaTestTiming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47degrees%2FLambdaTestTiming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47degrees%2FLambdaTestTiming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47degrees%2FLambdaTestTiming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47degrees%2FLambdaTestTiming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/47degrees","download_url":"https://codeload.github.com/47degrees/LambdaTestTiming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/47degrees%2FLambdaTestTiming/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262419748,"owners_count":23308098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T03:18:30.712Z","updated_at":"2025-06-28T11:04:43.653Z","avatar_url":"https://github.com/47degrees.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LambdaTestTiming\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.fortysevendeg/lambda-test-timing_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/com.fortysevendeg/lambda-test-timing_2.12)\n\nLambdaTestTiming is an extension to \n[LambdaTest](https://github.com/47deg/LambdaTest). \nLambdaTest is a functional testing library for Scala.\nLambdaTestTiming extends LambdaTest with support for timing execution times.\n\nOne of the goals of LambdaTest was to provide a small clean system that can be easily \nextended to suport new features and to customize it for specific projects. \nThe core API is `LambdaAct` which is a pure functional transform from one `LambdaState` to the\nnext `LambdaState`. A composition of simple and compound `LambdaAct`'s is central to\neach user written test.\nLambdaTestTiming is a good example of this extensibility where without any changes \nto the base system, it adds timing support by defining the new timing `LambdaAct`s.\n\nYou should review the features of the base LambdaTest system before \nreading the documentation below.\n\n## Quick Start\n\nInclude LambdaTestTiming jars\n\n    \"com.fortysevendeg\" % \"lambda-test-timing_2.12\" % \"1.3.0\" % \"test\"\n    \nIn your tests include\n\n    import com.fortysevendeg.lambdatest._\n    import com.fortysevendeg.lambdatestatiming._\n\n## Timing\n\nThere are several actions that can be used to time code.\nSome are assertions that fail if the code runs too long.\n\nSee the [Timing](https://github.com/47deg/LambdaTestTiming/blob/master/src/test/scala/demo/Timing.scala) demo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F47degrees%2Flambdatesttiming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F47degrees%2Flambdatesttiming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F47degrees%2Flambdatesttiming/lists"}