Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend exported json file with FullName using xunit naming convention for integration purpose #701

Closed
adamsitnik opened this issue Mar 22, 2018 · 0 comments
Assignees
Milestone

Comments

@adamsitnik
Copy link
Member

adamsitnik commented Mar 22, 2018

BenchView is an internal MS tool for reporting benchmark results. Its uploader requires a file of certain format to work (It's a CSV so there will be no strong dependency to any db or anything like that).

The goal is to use BDN to run the benchmarks and export them to BenchView.

@adamsitnik adamsitnik added this to the v0.11.0 milestone Mar 22, 2018
@adamsitnik adamsitnik self-assigned this Mar 22, 2018
adamsitnik added a commit that referenced this issue Jun 14, 2018
… for integration purpose (#725)

* mimic the xunit test method naming for integration purpose, #701

* allow Arguments(null) and Params(null)

* BenchViewExporter is an extended JsonExporter

* code review fixes

* better generics support

* support arrays of nulls..

* support Params
@adamsitnik adamsitnik changed the title Implement BenchView exporter Extend exported json file with FullName using xunit naming convention for integration purpose Jun 14, 2018
adamsitnik added a commit that referenced this issue Jun 17, 2018
alinasmirnova pushed a commit to alinasmirnova/BenchmarkDotNet that referenced this issue Sep 22, 2018
… for integration purpose (dotnet#725)

* mimic the xunit test method naming for integration purpose, dotnet#701

* allow Arguments(null) and Params(null)

* BenchViewExporter is an extended JsonExporter

* code review fixes

* better generics support

* support arrays of nulls..

* support Params
alinasmirnova pushed a commit to alinasmirnova/BenchmarkDotNet that referenced this issue Sep 22, 2018
alinasmirnova pushed a commit to alinasmirnova/BenchmarkDotNet that referenced this issue Sep 22, 2018
alinasmirnova pushed a commit to alinasmirnova/BenchmarkDotNet that referenced this issue Sep 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant