• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

itesla / ipst-core
42%
master: 71%

Build:
Build:
LAST BUILD BRANCH: javadoc_zip_sftp
DEFAULT BRANCH: master
Repo Added 13 Dec 2016 03:59PM UTC
Files 500
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH zipfiledatasource_performance
branch: zipfiledatasource_performance
CHANGE BRANCH
x
Reset
  • zipfiledatasource_performance
  • Migration
  • action-dsl
  • action-dsl-bug125
  • action-dsl-distribution
  • action-dsl-tests
  • action-dsl-unit-tests
  • action-simulator
  • action-simulator-tools
  • afs
  • afs-core-package
  • afs-coveralls
  • afs_local_ext
  • afs_local_refactoring
  • afs_move
  • afs_node_sorting
  • afs_remotely_accessible
  • afs_stable
  • afs_storage_add_attr
  • afs_storage_flush
  • afs_storage_optional_fix
  • afs_storage_test
  • afs_unknown_file
  • anonymizer_embedded_new_line
  • appveyor
  • appveyor_windows_build
  • bbs-contingencies
  • branch_contingency
  • branch_injection
  • busbreakerview
  • centos6_cpp_fix
  • check_Q_in_ReactiveCapabilityCurveAdder
  • check_temporary_limits
  • checked_exception_wrapper
  • checkstyle-tests
  • checkstyle_abstract2
  • checkstyle_format
  • checkstyle_indent
  • checkstyle_init
  • checkstyle_more
  • checkstyle_naming
  • checkstyle_next
  • checkstyle_trailing_spaces
  • cleanup_2
  • cleanup_ConnectedComponent
  • cleanup_DefaultExecutionHandler
  • cleanup_checkTargetP
  • cleanup_deprecated_methods_of_Importers
  • cleanup_deprecated_modify
  • color_scale
  • command_array
  • computation-tools
  • computation_listener
  • connected_components_issue_wth_hvdc
  • contingency_api
  • conversion-tool
  • create_data_source_relative_path
  • create_folder
  • datasource_unit_test
  • default-fictitious-value
  • delay_load_flow_factory_creation
  • dense_matrix
  • distribution
  • exception_is_in_main_cc
  • extension_not_found_message
  • extension_rollback
  • ficticious-switch
  • fictitious-test-fix
  • findbugs
  • fix-151
  • fix-check-branch-null
  • fix_108
  • fix_97
  • fix_comments_after_prolog
  • fix_default_env
  • fix_ext_read
  • fix_iidm_xml_export_perf
  • fix_itools_mpirun
  • fix_loadflow_validation
  • fix_no_such_element_exception
  • fix_tap_task
  • fix_typo
  • fix_xsd
  • fixup_tap_task
  • gitignore
  • groovy-script-parameters
  • groovy_ext_merge
  • groovy_extension_module
  • groovy_extension_renaming
  • groovy_identifiable_property
  • groovy_script_afs2
  • groovy_script_binding
  • groovy_script_squashed
  • groovy_script_tool_cleanup
  • grrovy-post-processor
  • hotfix
  • hvdc
  • hvdc_p_setpoint_check
  • iidm-module
  • iidm_network
  • illegal_arg_exc
  • importer_copy
  • importers_unit_testing
  • in_memory_analysis
  • invalid_line
  • issue-93
  • itools_parameters
  • jacoco_aggregate
  • jacoco_exclusions
  • javadoc_zip_sftp
  • javascript-post-processor
  • jimfs
  • loadflow_validation
  • loadflow_validation_generators
  • loadflow_validation_new_param
  • local_computation_test
  • local_compute_hang
  • local_storage_no_config
  • lu_squashed
  • master
  • matrix_add_value
  • matrix_improvements
  • mmap_util
  • modification_task
  • module_config
  • move_afs_storage
  • move_datasource_to_commons
  • multi_state_test
  • multistates_test
  • n-security-analysis
  • newBranch
  • no-import-post-processor
  • nomont-patch-1
  • non_deterministic_calculated_bus
  • notify_tapchanger
  • package-afs
  • permanent_limit_name
  • permanent_limit_setter
  • plain_matrix_direct_memory
  • platform_independent_tests
  • property_missing_exception
  • refactor_iidm_tests
  • reinit_test_coverage
  • remove_violation_subject
  • runloadflow_tool
  • security-analysis-output
  • security-analysis-outputs
  • security-fix
  • security_analysis_contigency_file
  • security_analysis_divergence_issue
  • security_analyzer
  • security_json_import_export
  • set_retained
  • sout_writing_issue
  • specific_compatibility_lf
  • string_anonymizer
  • stringtointmapper_line_separator
  • stringtointmapper_reset
  • table_formatter
  • thirdparties
  • tool_bug
  • tool_module
  • tools_unit_testing
  • uncheckedioexception
  • unit_test_case_repository
  • unit_test_iidm
  • unknown_element_name
  • update_dependencies
  • variables_execution
  • versioneye-style
  • violation_subject
  • violations_country_filter
  • voltage_limit_check
  • xmx-mpi-script
  • xmx_default_value

pending completion
117

push

travis-ci

geofjamg
Performance issue since ZipInputStream is used in place of ZipFile (because ZipFile is not in memory testable). The exists method of ZipFileDatasource in now very slow because to check if an entry exists, the full zip file is scannned. On the contrary, using ZipFile only the central directory in scanned which is very fast. An alternative implementation of ZipFile (from TrueVFS) which can take a Path as  a parameter in now used.

6371 of 15303 relevant lines covered (41.63%)

0.42 hits per line

Relevant lines Covered
Build:
Build:
15303 RELEVANT LINES 6371 COVERED LINES
0.42 HITS PER LINE
Source Files on zipfiledatasource_performance
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
117 zipfiledatasource_performance Performance issue since ZipInputStream is used in place of ZipFile (because ZipFile is not in memory testable). The exists method of ZipFileDatasource in now very slow because to check if an entry exists, the full zip file is scannned. On the cont... push 22 Dec 2016 04:04PM UTC geofjamg travis-ci pending completion  
See All Builds (1120)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc